home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / May 96 / Re Using CW9 with ODF.2 < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.0 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Using CW9 with ODF
  2. Sent:        5/26/96 9:46 PM
  3. Received:    5/28/96 8:25 AM
  4. From:        Henri Lamiraux, lamiraux@apple.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >With this change and others suggested, built 68k parts ran fine, except
  9. >ODFButton. When the stationary file is opened, it reports "error in OpenDoc
  10. >or part". I'll try to figure out this, but I appreciate if anybody can
  11. >suggest anything.
  12.  
  13. There is a missing FW_DO_NOT_DEAD_STRIP(FW_CButton) in 
  14. CButtonFrame::PostCreateViewFromStream. I need to look at why it is 
  15. working with PPC and not with 68K. Just add 
  16. FW_DO_NOT_DEAD_STRIP(FW_CButton) after FW_DO_NOT_DEAD_STRIP(FW_CGrowBox).
  17.  
  18. ......................................................................
  19.  Henri Lamiraux                                      lamiraux@apple.com
  20.  Apple Computer, Inc.                 OpenDoc(tm) Development Framework
  21. ......................................................................
  22.  
  23.